@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
body a {
	color:#FFFFFF;
}
.twoColLgSide #container {
	width: 990px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border: 1px solid #000000;
} 
.twoColLgSide #header {
	height: 130px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/header_SK_gray.jpg);
} 
.twoColLgSide #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColLgSide  #sidebar {
	width: 200px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	float: left;
}
.twoColLgSide #mainContent {
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.twoColLgSide #footer {
	padding: 0 10px 0 20px;
} 
.twoColLgSide #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	background-color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Layout styles end here */
/*body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(../images/website_bg_drkgry.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColElsCtr #container {
	width: 990px;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
}
.oneColElsCtr  #header {
	padding: 0;  
	height: 136px;
	width: 990px;
} 
.oneColElsCtr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.oneColElsCtr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
}
.oneColElsCtr #footer p {
	margin: 0; 
	padding: 10px 0; 
}	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}*/
#tdSchoolAd {
	border: 2px solid #333333;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
#tdSchoolAd a {
	color: #000099;
}
#tdSchoolAd img {
	margin-left: 20px;
	margin-bottom: 10px;
}
.tiltetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #3333FF;
	text-decoration: none;
	text-transform: capitalize;
}
.saletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: underline blink;
	text-align: right;
}
#skLinks a {
	color: #000000;
	font-weight: normal;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	text-align: center;
}
h1 a {
	text-decoration: none;
	color: #FF0000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFCC33;
	background-color: #353535;
	border: 2px solid #000000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 11px;
	border-left-width: 11px;
	border-left-style: solid;
	border-left-color: #FF9900;
}
h4 {
	border-left-width: 11px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	border: 2px solid #000000;
	background-color: #000066;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #000000;
	text-decoration: none;
	text-justify: justify;
	font-size: 12px;
	text-align: justify;
}
#addressTr p {
	text-align: center;
}
.style2 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style4 {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style5 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style6 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style7 {
	font-size: 14px;
}
.style9 {font-size: 14px; line-height: 1.7em; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style11 {
	color: #0000FF;
}
.smallBold {font-size: 12px}
.smallBold {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
.smallBold {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
.style55 {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
.style56 {font-family: "Times New Roman", Times, serif}
.style57 {font-size: 24px}
.style58 {
	font-size: 16px;
	font-weight: bold;
}
.style8 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style12 {font-size: 10px}
.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.listText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.saletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #FF0000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
}
a:hover {
}
a:active {
}
.faqFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
#faqTable a {
	color: #000000;
}
#faqTable a:hover {
	text-decoration: underline;
}
.smallprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
#tablelayout {
	margin-left: 215px;
}
#header {
	background-color: #FFFFFF;
	position: relative;
	height: 130px;
	width: 990px;
}
#mainContent {
}
#header #spryMenuBar {
	position: absolute;
	right: 100px;
	bottom: -35px;
	height: 39px;
	width: 839px;
}
#coverFlo {
}
#Sidebartable td#tdnav {
}
#topAd {
	height: 85px;
	width: 728px;
	position: absolute;
	top: 16px;
	right: 130px;
}
#tdSale {
	background-color: #000099;
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid #000000;
}
h1 a {
	color: #FF0000;
}
#search {
	background-color: #0099FF;
	width: 199px;
	height: 120px;
}
td#tdnav a {
	margin: 4px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A1A1A;
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	text-align: center;
	background-image: url(../images/nav_button.jpg);
}
td#tdnav2 a {
	margin: 4px;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A1A1A;
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	text-align: center;
	background-image: url(../images/nav_button.jpg);
}
#tdnav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #333333;
	border: solid 1px #000;
	background-image: url(../images/nav_button_down.jpg);
}
#tdnav2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #333333;
	border: solid 1px #000;
	background-image: url(../images/nav_button_down.jpg);
}
#adtable {
	margin-bottom: 30px;
	margin-left: 121px;
	height: 90px;
	width: 728px;
	margin-top: 40px;
}
#homePageTable img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#homePageTable p a {
	color: #FF0000;
	text-decoration: underline;
}
#homePageTable  #td {
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
}
#contentTable {
	vertical-align: top;
	top: 0px;
}
#Sidebartable a {
}
#creditCard a {
	color: #FFFFFF;
}
#footer a {
	color: #000000;
}
#dvdtablelayout .style6 a {
	color: #000066;
}
#mainContent table#samplesTbl{
	width: 650px;
	margin: 0 auto;
	background-color: #FFCC00;
	border: thin solid #000000;
}
#mainContent #samplesTbl thead{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}
#mainContent #samplesTbl tbody {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-align: center;
	font-weight: bold;
	padding-right: 10px;
	}
#mainContent #samplesTbl tr .odd {
	background-color: #CCCCCC;
}
#mainContent  #samplesTbl tr:hover {
	background-color: #FFFFCC;
}
#downLoadTable a {
	color: #000000;
}
#contacTable a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
}
.odd {
	background-color: #FFFFFF;
}
#samplesTbl {
	font-size: 14px;
}
#dvdtablelayout #priceTbl {
	color: #000000;
}
hr {
}
